home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / OmniWeb 5.1.3 (trial).dmg / OmniWeb.app / Contents / Resources / English.lproj / OWKJSDebugger.toolbar < prev    next >
Text File  |  2006-02-01  |  645b  |  27 lines

  1. // !$*UTF8*$!
  2. {
  3.     itemInfoByIdentifier = {
  4.     
  5.         PagesDrawer = {
  6.         imageName = "PagesDrawer";
  7.         label = "Pages";
  8.         paletteLabel = "Pages";
  9.         action = "showPageDrawer:";
  10.         toolTip = "Show or hide the pages drawer";
  11.     };
  12.  
  13.     ClearLog = {
  14.         imageName = "ClearLog";
  15.         label = "Clear Log";
  16.         paletteLabel = "Clear Log";
  17.         action = "flush:";
  18.         toolTip = "Clear the contents of the output log for the currently selected page";
  19.     };
  20.  
  21.     };
  22.     
  23.     defaultItemIdentifiers = ( PagesDrawer, NSToolbarFlexibleSpaceItem, ClearLog );
  24.     
  25.     allowedItemIdentifiers = ( PagesDrawer, ClearLog, NSToolbarFlexibleSpaceItem );
  26. }
  27.